|
|
|
|
MergeWithLowerDefault Property, HeadersClass Class |
Defines the default value for the CellBaseClass.MergeWithLower property for cells in column headers, whether cells are eligible to merge with cells below, in the same column.
Syntax HeadersClass Class (Softelvdm.SftTreeNET)
VB |
Public Property MergeWithLowerDefault As Boolean |
C# |
public bool MergeWithLowerDefault { get; set; } |
C++ |
public: property bool MergeWithLowerDefault { |
Property Value
True if cells are eligible to merge with the cell below, otherwise False.
The default value is False.
Comments
The MergeWithLowerDefault property defines the default value for the CellBaseClass.MergeWithLower property for cells in column headers, whether cells are eligible to merge with cells below, in the same column.
The default settings for cell merging can be defined using these properties: MergeWithLowerDefault for column headers, Footers.MergeWithLowerDefault for column footers and ColumnClass.MergeWithLowerDefault for each column.
MergeWithNextDefault and MergeWithLowerDefault should not be set to True at the same time to avoid intersecting merged cells (vertically and horizontally).